type reflect.bitVector
7 uses
reflect (current package)
abi.go#L348: stackPtrs *bitVector
abi.go#L400: stackPtrs := new(bitVector)
makefunc.go#L148: stack *bitVector // ptrmap for both stack args and results
type.go#L2798: bv := new(bitVector)
type.go#L3123: type bitVector struct {
type.go#L3129: func (bv *bitVector) append(bit uint8) {
type.go#L3137: func addTypeBits(bv *bitVector, offset uintptr, t *rtype) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)